home *** CD-ROM | disk | FTP | other *** search
/ Festival Card Factory / Festival Card Factory.iso / bmpdlg.dfm / bmpdlg.txt
Text File  |  1995-12-25  |  1KB  |  67 lines

  1. object NewBMPForm: TNewBMPForm
  2.   Left = 248
  3.   Top = 99
  4.   AutoScroll = False
  5.   ActiveControl = WidthEdit
  6.   BorderIcons = [biSystemMenu, biMinimize]
  7.   BorderStyle = bsDialog
  8.   Caption = 'Bitmap Dimensions'
  9.   ClientHeight = 114
  10.   ClientWidth = 225
  11.   Font.Color = clWindowText
  12.   Font.Height = -13
  13.   Font.Name = 'System'
  14.   Font.Style = []
  15.   PixelsPerInch = 96
  16.   Position = poScreenCenter
  17.   TextHeight = 16
  18.   object Label1: TLabel
  19.     Left = 24
  20.     Top = 8
  21.     Width = 38
  22.     Height = 16
  23.     Caption = '&Width'
  24.     FocusControl = WidthEdit
  25.   end
  26.   object Label2: TLabel
  27.     Left = 24
  28.     Top = 40
  29.     Width = 42
  30.     Height = 16
  31.     Caption = '&Height'
  32.     FocusControl = HeightEdit
  33.   end
  34.   object WidthEdit: TEdit
  35.     Left = 88
  36.     Top = 4
  37.     Width = 121
  38.     Height = 24
  39.     TabOrder = 0
  40.     Text = 'WidthEdit'
  41.   end
  42.   object HeightEdit: TEdit
  43.     Left = 88
  44.     Top = 36
  45.     Width = 121
  46.     Height = 24
  47.     TabOrder = 1
  48.     Text = 'HeightEdit'
  49.   end
  50.   object BitBtn1: TBitBtn
  51.     Left = 16
  52.     Top = 72
  53.     Width = 89
  54.     Height = 33
  55.     TabOrder = 2
  56.     Kind = bkOK
  57.   end
  58.   object BitBtn2: TBitBtn
  59.     Left = 120
  60.     Top = 72
  61.     Width = 89
  62.     Height = 33
  63.     TabOrder = 3
  64.     Kind = bkCancel
  65.   end
  66. end
  67.